﻿2026-06-22T02:50:21.4124443Z ##[group]Run set -euo pipefail
2026-06-22T02:50:21.4124815Z [36;1mset -euo pipefail[0m
2026-06-22T02:50:21.4125077Z [36;1mPIN=0c95435[0m
2026-06-22T02:50:21.4125321Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-22T02:50:21.4125611Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-22T02:50:21.4126003Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-22T02:50:21.4126471Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-22T02:50:21.4126951Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-22T02:50:21.4127350Z [36;1m  rm -rf "$CACHE"[0m
2026-06-22T02:50:21.4127618Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-22T02:50:21.4127942Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-22T02:50:21.4128344Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-22T02:50:21.4128735Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-22T02:50:21.4129141Z [36;1mfi[0m
2026-06-22T02:50:21.4129479Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-22T02:50:21.4143241Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-22T02:50:21.4143574Z env:
2026-06-22T02:50:21.4143813Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-22T02:50:21.4144137Z ##[endgroup]
2026-06-22T02:50:21.6856214Z    Compiling proc-macro2 v1.0.106
2026-06-22T02:50:21.6857079Z    Compiling quote v1.0.45
2026-06-22T02:50:21.6857646Z    Compiling unicode-ident v1.0.24
2026-06-22T02:50:21.6858009Z    Compiling libc v0.2.186
2026-06-22T02:50:21.6858433Z    Compiling serde_core v1.0.228
2026-06-22T02:50:21.6858781Z    Compiling cfg-if v1.0.4
2026-06-22T02:50:21.6859240Z    Compiling serde v1.0.228
2026-06-22T02:50:21.6882862Z    Compiling log v0.4.32
2026-06-22T02:50:21.6969849Z    Compiling pin-project-lite v0.2.17
2026-06-22T02:50:21.6999879Z    Compiling portable-atomic v1.13.1
2026-06-22T02:50:21.7038931Z    Compiling typenum v1.20.1
2026-06-22T02:50:21.7069984Z    Compiling memchr v2.8.1
2026-06-22T02:50:21.7107962Z    Compiling version_check v0.9.5
2026-06-22T02:50:21.7108805Z    Compiling critical-section v1.2.0
2026-06-22T02:50:21.7109352Z    Compiling find-msvc-tools v0.1.9
2026-06-22T02:50:21.7471773Z    Compiling shlex v2.0.1
2026-06-22T02:50:21.7720748Z    Compiling futures-core v0.3.32
2026-06-22T02:50:21.7849479Z    Compiling bytes v1.11.1
2026-06-22T02:50:21.8260314Z    Compiling subtle v2.6.1
2026-06-22T02:50:21.9172130Z    Compiling smallvec v1.15.1
2026-06-22T02:50:21.9382498Z    Compiling equivalent v1.0.2
2026-06-22T02:50:21.9701755Z    Compiling itoa v1.0.18
2026-06-22T02:50:21.9850832Z    Compiling semver v1.0.28
2026-06-22T02:50:22.0041892Z    Compiling stable_deref_trait v1.2.1
2026-06-22T02:50:22.0190003Z    Compiling futures-io v0.3.32
2026-06-22T02:50:22.0549239Z    Compiling futures-sink v0.3.32
2026-06-22T02:50:22.0800506Z    Compiling slab v0.4.12
2026-06-22T02:50:22.0899515Z    Compiling futures-task v0.3.32
2026-06-22T02:50:22.1621446Z    Compiling futures-channel v0.3.32
2026-06-22T02:50:22.2013649Z    Compiling generic-array v0.14.7
2026-06-22T02:50:22.2171064Z    Compiling rustversion v1.0.22
2026-06-22T02:50:22.2607869Z    Compiling rustc_version v0.4.1
2026-06-22T02:50:22.2900499Z    Compiling bitflags v2.12.1
2026-06-22T02:50:22.3170746Z    Compiling hashbrown v0.17.1
2026-06-22T02:50:22.3470649Z    Compiling cpufeatures v0.2.17
2026-06-22T02:50:22.3580781Z    Compiling fnv v1.0.7
2026-06-22T02:50:22.3681261Z    Compiling cfg_aliases v0.2.1
2026-06-22T02:50:22.4294876Z    Compiling strsim v0.11.1
2026-06-22T02:50:22.4421122Z    Compiling rand_core v0.10.1
2026-06-22T02:50:22.4430502Z    Compiling writeable v0.6.3
2026-06-22T02:50:22.4581484Z    Compiling litemap v0.8.2
2026-06-22T02:50:22.4680881Z    Compiling ident_case v1.0.1
2026-06-22T02:50:22.5901045Z    Compiling utf8_iter v1.0.4
2026-06-22T02:50:22.6380756Z    Compiling fs_extra v1.3.0
2026-06-22T02:50:22.6413027Z    Compiling icu_normalizer_data v2.2.0
2026-06-22T02:50:22.6771210Z    Compiling getrandom v0.4.2
2026-06-22T02:50:22.6902016Z    Compiling dunce v1.0.5
2026-06-22T02:50:22.7050965Z    Compiling icu_properties_data v2.2.0
2026-06-22T02:50:22.7092123Z    Compiling autocfg v1.5.1
2026-06-22T02:50:22.7461052Z    Compiling percent-encoding v2.3.2
2026-06-22T02:50:22.8721489Z    Compiling http v1.4.1
2026-06-22T02:50:22.9448555Z    Compiling cpufeatures v0.3.0
2026-06-22T02:50:22.9540615Z    Compiling thiserror v2.0.18
2026-06-22T02:50:22.9820949Z    Compiling unicode-segmentation v1.13.3
2026-06-22T02:50:23.0250490Z    Compiling syn v2.0.117
2026-06-22T02:50:23.0290590Z    Compiling aws-lc-rs v1.17.0
2026-06-22T02:50:23.0531377Z    Compiling scopeguard v1.2.0
2026-06-22T02:50:23.0710721Z    Compiling chacha20 v0.10.0
2026-06-22T02:50:23.0720226Z    Compiling form_urlencoded v1.2.2
2026-06-22T02:50:23.1285984Z    Compiling indexmap v2.14.0
2026-06-22T02:50:23.1646570Z    Compiling lock_api v0.4.14
2026-06-22T02:50:23.2071172Z    Compiling untrusted v0.9.0
2026-06-22T02:50:23.2186449Z    Compiling rustls v0.23.40
2026-06-22T02:50:23.2768534Z    Compiling heck v0.5.0
2026-06-22T02:50:23.3499397Z    Compiling const-oid v0.10.2
2026-06-22T02:50:23.3676334Z    Compiling atomic-waker v1.1.2
2026-06-22T02:50:23.4190653Z    Compiling unicode-xid v0.2.6
2026-06-22T02:50:23.4247413Z    Compiling anyhow v1.0.102
2026-06-22T02:50:23.4330657Z    Compiling httparse v1.10.1
2026-06-22T02:50:23.4510884Z    Compiling parking_lot_core v0.9.12
2026-06-22T02:50:23.4640468Z    Compiling zerocopy v0.8.50
2026-06-22T02:50:23.4950453Z    Compiling convert_case v0.10.0
2026-06-22T02:50:23.5131005Z    Compiling paste v1.0.15
2026-06-22T02:50:23.5620522Z    Compiling jobserver v0.1.34
2026-06-22T02:50:23.5780274Z    Compiling hybrid-array v0.4.12
2026-06-22T02:50:23.6542847Z    Compiling num-traits v0.2.19
2026-06-22T02:50:23.6772083Z    Compiling curve25519-dalek v4.1.3
2026-06-22T02:50:23.6930701Z    Compiling ahash v0.8.12
2026-06-22T02:50:23.8033696Z    Compiling base64ct v1.8.3
2026-06-22T02:50:23.8353300Z    Compiling fastrand v2.4.1
2026-06-22T02:50:23.8610581Z    Compiling cc v1.2.63
2026-06-22T02:50:23.8861559Z    Compiling http-body v1.0.1
2026-06-22T02:50:23.9073311Z    Compiling powerfmt v0.2.0
2026-06-22T02:50:23.9118805Z    Compiling either v1.16.0
2026-06-22T02:50:24.0550518Z    Compiling deranged v0.5.8
2026-06-22T02:50:24.0962027Z    Compiling crypto-common v0.1.7
2026-06-22T02:50:24.1040948Z    Compiling block-buffer v0.10.4
2026-06-22T02:50:24.1180602Z    Compiling pem-rfc7468 v1.0.0
2026-06-22T02:50:24.2020641Z    Compiling digest v0.10.7
2026-06-22T02:50:24.2207858Z    Compiling vcpkg v0.2.15
2026-06-22T02:50:24.2831560Z    Compiling base64 v0.22.1
2026-06-22T02:50:24.3070512Z    Compiling time-core v0.1.8
2026-06-22T02:50:24.3181080Z    Compiling num-conv v0.2.2
2026-06-22T02:50:24.4650864Z    Compiling mio v1.2.1
2026-06-22T02:50:24.4720266Z    Compiling socket2 v0.6.4
2026-06-22T02:50:24.4960498Z    Compiling getrandom v0.2.17
2026-06-22T02:50:24.5210506Z    Compiling zmij v1.0.21
2026-06-22T02:50:24.5670624Z    Compiling tinyvec_macros v0.1.1
2026-06-22T02:50:24.6248047Z    Compiling rand_core v0.6.4
2026-06-22T02:50:24.6410529Z    Compiling data-encoding v2.11.0
2026-06-22T02:50:24.6750716Z    Compiling try-lock v0.2.5
2026-06-22T02:50:24.7010662Z    Compiling rand v0.10.1
2026-06-22T02:50:24.7630709Z    Compiling pkg-config v0.3.33
2026-06-22T02:50:24.7730384Z    Compiling tower-service v0.3.3
2026-06-22T02:50:24.8190698Z    Compiling parking_lot v0.12.5
2026-06-22T02:50:24.8320600Z    Compiling want v0.3.1
2026-06-22T02:50:24.8771935Z    Compiling tinyvec v1.11.0
2026-06-22T02:50:24.8920872Z    Compiling sha2 v0.10.9
2026-06-22T02:50:25.0500777Z    Compiling block-buffer v0.12.0
2026-06-22T02:50:25.2160682Z    Compiling crypto-common v0.2.2
2026-06-22T02:50:25.2541001Z    Compiling inout v0.1.4
2026-06-22T02:50:25.2598219Z    Compiling vergen-lib v9.1.0
2026-06-22T02:50:25.3130666Z    Compiling cmake v0.1.58
2026-06-22T02:50:25.3790270Z    Compiling n0-future v0.3.2
2026-06-22T02:50:25.4058686Z    Compiling diatomic-waker v0.2.3
2026-06-22T02:50:25.4154377Z    Compiling httpdate v1.0.3
2026-06-22T02:50:25.4270390Z    Compiling serde_json v1.0.150
2026-06-22T02:50:25.4790773Z    Compiling crossbeam-utils v0.8.21
2026-06-22T02:50:25.4792571Z    Compiling winnow v1.0.3
2026-06-22T02:50:25.5360737Z    Compiling spin v0.10.0
2026-06-22T02:50:25.5566034Z    Compiling cordyceps v0.3.4
2026-06-22T02:50:25.6250478Z    Compiling signature v2.2.0
2026-06-22T02:50:25.6380691Z    Compiling parking v2.2.1
2026-06-22T02:50:25.6823546Z    Compiling cipher v0.4.4
2026-06-22T02:50:25.7125619Z    Compiling ed25519 v2.2.3
2026-06-22T02:50:25.7383448Z    Compiling netlink-packet-core v0.8.1
2026-06-22T02:50:25.7494214Z    Compiling futures-lite v2.6.1
2026-06-22T02:50:25.8120141Z    Compiling universal-hash v0.5.1
2026-06-22T02:50:25.8410729Z    Compiling vergen-lib v0.1.6
2026-06-22T02:50:25.8759856Z    Compiling vergen v9.1.0
2026-06-22T02:50:25.8953650Z    Compiling heapless v0.7.17
2026-06-22T02:50:25.9120433Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-22T02:50:25.9356834Z    Compiling futures-buffered v0.2.13
2026-06-22T02:50:25.9423157Z    Compiling noq-udp v0.10.0
2026-06-22T02:50:25.9640526Z    Compiling sync_wrapper v1.0.2
2026-06-22T02:50:25.9960641Z    Compiling byteorder v1.5.0
2026-06-22T02:50:26.0685355Z    Compiling allocator-api2 v0.2.21
2026-06-22T02:50:26.0850811Z    Compiling opaque-debug v0.3.1
2026-06-22T02:50:26.0974775Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-22T02:50:26.1701204Z    Compiling polyval v0.6.2
2026-06-22T02:50:26.1860651Z    Compiling digest v0.11.3
2026-06-22T02:50:26.2041344Z    Compiling hash32 v0.2.1
2026-06-22T02:50:26.2485324Z    Compiling aws-lc-sys v0.41.0
2026-06-22T02:50:26.2603719Z    Compiling ring v0.17.14
2026-06-22T02:50:26.3100501Z    Compiling libsqlite3-sys v0.30.1
2026-06-22T02:50:26.4040572Z    Compiling spin v0.9.8
2026-06-22T02:50:26.4140525Z    Compiling vergen-gitcl v1.0.8
2026-06-22T02:50:26.4220429Z    Compiling fallible-iterator v0.3.0
2026-06-22T02:50:26.4281800Z    Compiling ryu v1.0.23
2026-06-22T02:50:26.4880616Z    Compiling tower-layer v0.3.3
2026-06-22T02:50:26.5764935Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-22T02:50:26.6419079Z    Compiling signature v3.0.0
2026-06-22T02:50:26.6451131Z    Compiling num_threads v0.1.7
2026-06-22T02:50:26.7120420Z    Compiling ghash v0.5.1
2026-06-22T02:50:26.7548538Z    Compiling time v0.3.47
2026-06-22T02:50:26.7714210Z    Compiling sha2 v0.11.0-rc.5
2026-06-22T02:50:26.8036627Z    Compiling ctr v0.9.2
2026-06-22T02:50:26.8110477Z    Compiling aes v0.8.4
2026-06-22T02:50:26.8362024Z    Compiling fs2 v0.4.3
2026-06-22T02:50:26.8571239Z    Compiling aead v0.5.2
2026-06-22T02:50:26.8770879Z    Compiling http-body-util v0.1.3
2026-06-22T02:50:26.9840712Z    Compiling openssl-probe v0.2.1
2026-06-22T02:50:27.0094642Z    Compiling crossbeam-epoch v0.9.18
2026-06-22T02:50:27.0510619Z    Compiling crossbeam-channel v0.5.15
2026-06-22T02:50:27.0580758Z    Compiling blake3 v1.8.5
2026-06-22T02:50:27.1528289Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-22T02:50:27.1643050Z    Compiling netlink-packet-route v0.29.0
2026-06-22T02:50:27.3079124Z    Compiling uuid v1.23.2
2026-06-22T02:50:27.4050556Z    Compiling memoffset v0.6.5
2026-06-22T02:50:27.4222748Z    Compiling acto v0.8.2
2026-06-22T02:50:27.4740469Z    Compiling noq v0.18.0
2026-06-22T02:50:27.5880492Z    Compiling aes-gcm v0.10.3
2026-06-22T02:50:27.6070604Z    Compiling netwatch v0.16.0
2026-06-22T02:50:27.6830680Z    Compiling ref-cast v1.0.25
2026-06-22T02:50:27.7473313Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-22T02:50:27.7970978Z    Compiling mac-addr v0.3.0
2026-06-22T02:50:27.8697217Z    Compiling identity-hash v0.1.0
2026-06-22T02:50:27.9060761Z    Compiling xml-rs v0.8.28
2026-06-22T02:50:27.9619097Z    Compiling thiserror v1.0.69
2026-06-22T02:50:27.9706380Z    Compiling rustix v1.1.4
2026-06-22T02:50:27.9800835Z    Compiling foldhash v0.2.0
2026-06-22T02:50:28.0375387Z    Compiling rustc-hash v2.1.2
2026-06-22T02:50:28.0677912Z    Compiling synstructure v0.13.2
2026-06-22T02:50:28.1332248Z    Compiling darling_core v0.20.11
2026-06-22T02:50:28.1700377Z    Compiling tagptr v0.2.0
2026-06-22T02:50:28.2300591Z    Compiling sorted-index-buffer v0.2.1
2026-06-22T02:50:28.2887687Z    Compiling lru-slab v0.1.2
2026-06-22T02:50:28.3741790Z    Compiling hashbrown v0.16.1
2026-06-22T02:50:28.3814968Z    Compiling serde_derive_internals v0.29.1
2026-06-22T02:50:28.4818433Z    Compiling netlink-packet-route v0.30.0
2026-06-22T02:50:28.8495562Z    Compiling proc-macro-crate v3.5.0
2026-06-22T02:50:29.0641616Z    Compiling xmltree v0.10.3
2026-06-22T02:50:29.1462826Z    Compiling serial-core v0.4.0
2026-06-22T02:50:29.1901246Z    Compiling ioctl-rs v0.1.6
2026-06-22T02:50:29.1980517Z    Compiling errno v0.3.14
2026-06-22T02:50:29.2160752Z    Compiling termios v0.2.2
2026-06-22T02:50:29.3110920Z    Compiling simple-dns v0.9.3
2026-06-22T02:50:29.3170413Z    Compiling aho-corasick v1.1.4
2026-06-22T02:50:29.3471726Z    Compiling smol_str v0.1.24
2026-06-22T02:50:29.3547961Z    Compiling regex-syntax v0.8.10
2026-06-22T02:50:29.3628901Z    Compiling linux-raw-sys v0.12.1
2026-06-22T02:50:29.3748891Z    Compiling simdutf8 v0.1.5
2026-06-22T02:50:29.4303137Z    Compiling constant_time_eq v0.4.2
2026-06-22T02:50:29.5230471Z    Compiling arrayref v0.3.9
2026-06-22T02:50:29.5420879Z    Compiling arrayvec v0.7.6
2026-06-22T02:50:29.5730838Z    Compiling toml_write v0.1.2
2026-06-22T02:50:29.6071172Z    Compiling sha1_smol v1.0.1
2026-06-22T02:50:29.6371248Z    Compiling winnow v0.7.15
2026-06-22T02:50:29.7660436Z    Compiling signal-hook v0.3.18
2026-06-22T02:50:29.7880820Z    Compiling resolv-conf v0.7.6
2026-06-22T02:50:29.8940539Z    Compiling serial-unix v0.4.0
2026-06-22T02:50:29.9479759Z    Compiling signal-hook-registry v1.4.8
2026-06-22T02:50:30.0640544Z    Compiling serde_derive v1.0.228
2026-06-22T02:50:30.1148391Z    Compiling zeroize_derive v1.4.3
2026-06-22T02:50:30.2915929Z    Compiling tokio-macros v2.7.0
2026-06-22T02:50:30.3988876Z    Compiling zerofrom-derive v0.1.7
2026-06-22T02:50:30.5983022Z    Compiling futures-macro v0.3.32
2026-06-22T02:50:30.7140984Z    Compiling zeroize v1.8.2
2026-06-22T02:50:30.8871065Z    Compiling yoke-derive v0.8.2
2026-06-22T02:50:31.0130736Z    Compiling tokio v1.52.3
2026-06-22T02:50:31.4381447Z    Compiling zerovec-derive v0.11.3
2026-06-22T02:50:31.5443353Z    Compiling futures-util v0.3.32
2026-06-22T02:50:31.8385508Z    Compiling zerofrom v0.1.8
2026-06-22T02:50:31.9580388Z    Compiling displaydoc v0.2.6
2026-06-22T02:50:32.0111124Z    Compiling tracing-attributes v0.1.31
2026-06-22T02:50:32.0531312Z    Compiling rustls-pki-types v1.14.1
2026-06-22T02:50:32.2805954Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-22T02:50:32.3370592Z    Compiling yoke v0.8.3
2026-06-22T02:50:32.5810808Z    Compiling thiserror-impl v2.0.18
2026-06-22T02:50:32.8218133Z    Compiling zerotrie v0.2.4
2026-06-22T02:50:32.9580725Z    Compiling zerovec v0.11.6
2026-06-22T02:50:33.0058399Z    Compiling darling_macro v0.20.11
2026-06-22T02:50:33.1778468Z    Compiling derive_more-impl v2.1.1
2026-06-22T02:50:33.2301113Z    Compiling spez v0.1.2
2026-06-22T02:50:33.3510371Z    Compiling darling v0.20.11
2026-06-22T02:50:33.4200824Z    Compiling derive_builder_core v0.20.2
2026-06-22T02:50:33.5763272Z    Compiling n0-error-macros v0.1.3
2026-06-22T02:50:33.7160444Z    Compiling tinystr v0.8.3
2026-06-22T02:50:33.7840031Z    Compiling potential_utf v0.1.5
2026-06-22T02:50:33.8626727Z    Compiling der v0.8.0-rc.10
2026-06-22T02:50:33.9351864Z    Compiling icu_locale_core v2.2.0
2026-06-22T02:50:33.9510154Z    Compiling icu_collections v2.2.0
2026-06-22T02:50:34.5140905Z    Compiling pin-project-internal v1.1.13
2026-06-22T02:50:34.8128582Z    Compiling n0-error v0.1.3
2026-06-22T02:50:34.8271842Z    Compiling cobs v0.3.0
2026-06-22T02:50:34.8520973Z    Compiling derive_builder_macro v0.20.2
2026-06-22T02:50:35.0620845Z    Compiling ed25519-dalek v2.2.0
2026-06-22T02:50:35.2200816Z    Compiling icu_provider v2.2.0
2026-06-22T02:50:35.2780489Z    Compiling ipnet v2.12.0
2026-06-22T02:50:35.4900768Z    Compiling derive_builder v0.20.2
2026-06-22T02:50:35.5961392Z    Compiling icu_properties v2.2.0
2026-06-22T02:50:35.6070959Z    Compiling icu_normalizer v2.2.0
2026-06-22T02:50:35.6398386Z    Compiling spki v0.8.0-rc.4
2026-06-22T02:50:35.6920573Z    Compiling prefix-trie v0.8.4
2026-06-22T02:50:35.7880433Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-22T02:50:35.9290240Z    Compiling once_cell v1.21.4
2026-06-22T02:50:36.0152226Z    Compiling pin-project v1.1.13
2026-06-22T02:50:36.0350730Z    Compiling futures-executor v0.3.32
2026-06-22T02:50:36.0408239Z    Compiling ed25519 v3.0.0-rc.4
2026-06-22T02:50:36.1600786Z    Compiling tracing-core v0.1.36
2026-06-22T02:50:36.2480806Z    Compiling futures v0.3.32
2026-06-22T02:50:36.3128284Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-22T02:50:36.3710864Z    Compiling hashbrown v0.14.5
2026-06-22T02:50:36.4888551Z    Compiling postcard-derive v0.2.2
2026-06-22T02:50:36.5309695Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-22T02:50:36.5427134Z    Compiling rustls-native-certs v0.8.4
2026-06-22T02:50:37.0146154Z    Compiling tracing v0.1.44
2026-06-22T02:50:37.0330375Z    Compiling tokio-util v0.7.18
2026-06-22T02:50:37.0501658Z    Compiling idna_adapter v1.2.2
2026-06-22T02:50:37.0702432Z    Compiling netlink-sys v0.8.8
2026-06-22T02:50:37.1780343Z    Compiling idna v1.1.0
2026-06-22T02:50:37.1990741Z    Compiling hashlink v0.9.1
2026-06-22T02:50:37.2828158Z    Compiling postcard v1.1.3
2026-06-22T02:50:37.3429916Z    Compiling data-encoding-macro v0.1.20
2026-06-22T02:50:37.3880699Z    Compiling tower v0.5.3
2026-06-22T02:50:37.4042692Z    Compiling num_enum_derive v0.7.6
2026-06-22T02:50:37.4920596Z    Compiling async-trait v0.1.89
2026-06-22T02:50:37.5990676Z    Compiling enum-assoc v1.3.0
2026-06-22T02:50:37.6820726Z    Compiling rusqlite v0.32.1
2026-06-22T02:50:37.7630751Z    Compiling url v2.5.8
2026-06-22T02:50:37.8160117Z    Compiling derive_more v2.1.1
2026-06-22T02:50:37.8582743Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-22T02:50:37.8890632Z    Compiling iroh-metrics-derive v0.4.1
2026-06-22T02:50:37.9214309Z    Compiling strum_macros v0.28.0
2026-06-22T02:50:38.0170966Z    Compiling netdev v0.42.0
2026-06-22T02:50:38.0703061Z    Compiling h2 v0.4.14
2026-06-22T02:50:38.3440417Z    Compiling iroh-metrics v0.38.3
2026-06-22T02:50:38.4280547Z    Compiling n0-watcher v0.6.1
2026-06-22T02:50:38.4470978Z    Compiling tokio-stream v0.1.18
2026-06-22T02:50:38.4508538Z    Compiling netlink-proto v0.12.0
2026-06-22T02:50:38.6261146Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-22T02:50:38.6354705Z    Compiling attohttpc v0.30.1
2026-06-22T02:50:38.6510948Z    Compiling num_enum v0.7.6
2026-06-22T02:50:38.7400597Z    Compiling iroh-base v0.98.0
2026-06-22T02:50:38.7740731Z    Compiling tower-http v0.6.11
2026-06-22T02:50:38.8639205Z    Compiling iroh-relay v0.98.0
2026-06-22T02:50:38.9131422Z    Compiling moka v0.12.15
2026-06-22T02:50:38.9435602Z    Compiling toml_datetime v0.6.11
2026-06-22T02:50:39.1700621Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-22T02:50:39.2330598Z    Compiling serde_spanned v0.6.9
2026-06-22T02:50:39.2391700Z    Compiling thiserror-impl v1.0.69
2026-06-22T02:50:39.2905943Z    Compiling ref-cast-impl v1.0.25
2026-06-22T02:50:39.4070911Z    Compiling toml_edit v0.22.27
2026-06-22T02:50:39.6480267Z    Compiling webpki-roots v1.0.7
2026-06-22T02:50:39.7087689Z    Compiling regex-automata v0.4.14
2026-06-22T02:50:39.8091345Z    Compiling schemars_derive v1.2.1
2026-06-22T02:50:39.8747553Z    Compiling lru v0.16.4
2026-06-22T02:50:40.1090741Z    Compiling darling_core v0.23.0
2026-06-22T02:50:40.1230967Z    Compiling serde_bytes v0.11.19
2026-06-22T02:50:40.1464046Z    Compiling hmac v0.12.1
2026-06-22T02:50:40.2827084Z    Compiling seize v0.5.1
2026-06-22T02:50:40.3220640Z    Compiling iroh v0.98.2
2026-06-22T02:50:40.3855753Z    Compiling utf8parse v0.2.2
2026-06-22T02:50:40.3955623Z    Compiling cmov v0.5.4
2026-06-22T02:50:40.4650584Z    Compiling pin-utils v0.1.0
2026-06-22T02:50:40.5290383Z    Compiling dyn-clone v1.0.20
2026-06-22T02:50:40.5910437Z    Compiling rustix v0.38.44
2026-06-22T02:50:40.6482203Z    Compiling bitflags v1.3.2
2026-06-22T02:50:40.6770382Z    Compiling ctutils v0.4.2
2026-06-22T02:50:40.8250935Z    Compiling nix v0.25.1
2026-06-22T02:50:40.8466392Z    Compiling papaya v0.2.4
2026-06-22T02:50:40.9615965Z    Compiling filedescriptor v0.8.3
2026-06-22T02:50:40.9699564Z    Compiling strum v0.28.0
2026-06-22T02:50:40.9999451Z    Compiling anstyle-parse v1.0.0
2026-06-22T02:50:41.0577332Z    Compiling hkdf v0.12.4
2026-06-22T02:50:41.0699891Z    Compiling backon v1.6.0
2026-06-22T02:50:41.1003988Z    Compiling iroh-dns v0.98.0
2026-06-22T02:50:41.2340543Z    Compiling serial v0.4.0
2026-06-22T02:50:41.2481803Z    Compiling colorchoice v1.0.5
2026-06-22T02:50:41.3090279Z    Compiling anstyle-query v1.1.5
2026-06-22T02:50:41.3450168Z    Compiling anstyle v1.0.14
2026-06-22T02:50:41.3887958Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-22T02:50:41.4091029Z    Compiling instability v0.3.12
2026-06-22T02:50:41.4941260Z    Compiling downcast-rs v1.2.1
2026-06-22T02:50:41.5683260Z    Compiling is_terminal_polyfill v1.70.2
2026-06-22T02:50:41.5840536Z    Compiling shell-words v1.1.1
2026-06-22T02:50:41.6450837Z    Compiling linux-raw-sys v0.4.15
2026-06-22T02:50:41.6520640Z    Compiling foldhash v0.1.5
2026-06-22T02:50:41.6650375Z    Compiling anstream v1.0.0
2026-06-22T02:50:41.7560854Z    Compiling signal-hook-mio v0.2.5
2026-06-22T02:50:41.7780662Z    Compiling spake2 v0.4.0
2026-06-22T02:50:41.8371212Z    Compiling hashbrown v0.15.5
2026-06-22T02:50:41.8931121Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-22T02:50:42.0073150Z    Compiling schemars v1.2.1
2026-06-22T02:50:42.0994970Z    Compiling toml v0.8.23
2026-06-22T02:50:42.1856081Z    Compiling terminal_size v0.4.4
2026-06-22T02:50:42.3406749Z    Compiling strum_macros v0.26.4
2026-06-22T02:50:42.5852570Z    Compiling sha1 v0.10.6
2026-06-22T02:50:42.9060605Z    Compiling regex v1.12.3
2026-06-22T02:50:43.0050747Z    Compiling itertools v0.13.0
2026-06-22T02:50:43.3246048Z    Compiling castaway v0.2.4
2026-06-22T02:50:43.4931748Z    Compiling static_assertions v1.1.0
2026-06-22T02:50:43.5991790Z    Compiling hyper v1.10.1
2026-06-22T02:50:43.6651333Z    Compiling darling_macro v0.23.0
2026-06-22T02:50:43.7590302Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-22T02:50:43.7785632Z    Compiling doctest-file v1.1.1
2026-06-22T02:50:44.0636518Z    Compiling darling v0.23.0
2026-06-22T02:50:44.1431246Z    Compiling unicode-width v0.1.14
2026-06-22T02:50:44.1432464Z    Compiling indoc v2.0.7
2026-06-22T02:50:44.4590597Z    Compiling clap_lex v1.1.0
2026-06-22T02:50:44.4682724Z    Compiling interprocess v2.4.2
2026-06-22T02:50:44.5083505Z    Compiling compact_str v0.8.2
2026-06-22T02:50:44.7760962Z    Compiling clap_builder v4.6.0
2026-06-22T02:50:45.1459950Z    Compiling crossterm v0.28.1
2026-06-22T02:50:45.2090207Z    Compiling lru v0.12.5
2026-06-22T02:50:45.3558619Z    Compiling clap_derive v4.6.1
2026-06-22T02:50:45.4800843Z    Compiling unicode-truncate v1.1.0
2026-06-22T02:50:45.4870544Z    Compiling cassowary v0.3.0
2026-06-22T02:50:45.5270958Z    Compiling strum v0.26.3
2026-06-22T02:50:45.6170825Z    Compiling unicode-width v0.2.0
2026-06-22T02:50:45.6321186Z    Compiling iana-time-zone v0.1.65
2026-06-22T02:50:45.6370658Z    Compiling nucleo-matcher v0.3.1
2026-06-22T02:50:45.6497037Z    Compiling qrcode v0.14.1
2026-06-22T02:50:45.9100566Z    Compiling portable-pty v0.8.1
2026-06-22T02:50:46.0235961Z    Compiling hyper-util v0.1.20
2026-06-22T02:50:46.1081290Z    Compiling chrono v0.4.45
2026-06-22T02:50:46.1896829Z    Compiling ratatui v0.29.0
2026-06-22T02:50:46.3000547Z    Compiling tempfile v3.27.0
2026-06-22T02:50:46.6821553Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-22T02:50:47.0000854Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-22T02:50:47.7000682Z    Compiling clap v4.6.1
2026-06-22T02:50:48.0995023Z    Compiling igd-next v0.17.1
2026-06-22T02:50:49.3493491Z    Compiling portmapper v0.16.0
2026-06-22T02:50:54.4081136Z    Compiling rustls-webpki v0.103.13
2026-06-22T02:50:56.7434599Z    Compiling tokio-rustls v0.26.4
2026-06-22T02:50:56.7435291Z    Compiling rustls-platform-verifier v0.7.0
2026-06-22T02:50:56.7435832Z    Compiling noq-proto v0.17.0
2026-06-22T02:50:56.8947592Z    Compiling hyper-rustls v0.27.9
2026-06-22T02:50:56.8948287Z    Compiling hickory-net v0.26.0-beta.4
2026-06-22T02:50:56.8948824Z    Compiling tokio-websockets v0.13.2
2026-06-22T02:50:57.0184227Z    Compiling reqwest v0.13.4
2026-06-22T02:50:57.9745569Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-22T02:51:11.7843944Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-22T02:51:13.1177676Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-22T02:51:20.3545470Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-22T02:51:24.1263238Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
2026-06-22T02:51:24.1483241Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-22T02:51:24.1496944Z 
2026-06-22T02:51:24.1497076Z running 1 test
2026-06-22T02:51:30.7895538Z test new_brain_serves_against_old_broker ... ok
2026-06-22T02:51:30.7895843Z 
2026-06-22T02:51:30.7896452Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.64s
2026-06-22T02:51:30.7896813Z 
